Monolith and Microservices Quiz
This lesson contains a quiz to test your understanding of monoliths and microservices.
Let’s test your understanding of monolithic and microservices architecture
When should we use a monolithic architecture for our project? Which of the following option(s) are correct?
A)
When our project requirements are simple, the application is not that complex from a features standpoint. For instance, an organization’s internal tax calculation app or a similar public tool
B)
When the entire backend of the project can be easily implemented with a single technology and when we do not need to leverage heterogeneous technologies for our project
C)
When we expect quick growth in the application from adding and maintaining new features standpoint. When need to scale fast.